2004-07-28 Matthias Clasen <mclasen@redhat.com>
+ * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
+ current freetype. (#148558, Nicolas Deves)
+
* gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by
ROW_HEIGHT. (#145528)
2004-07-28 Matthias Clasen <mclasen@redhat.com>
+ * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
+ current freetype. (#148558, Nicolas Deves)
+
* gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by
ROW_HEIGHT. (#145528)
2004-07-28 Matthias Clasen <mclasen@redhat.com>
+ * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
+ current freetype. (#148558, Nicolas Deves)
+
* gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by
ROW_HEIGHT. (#145528)
2004-07-28 Matthias Clasen <mclasen@redhat.com>
+ * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
+ current freetype. (#148558, Nicolas Deves)
+
* gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by
ROW_HEIGHT. (#145528)
#include "gdkregion-generic.h"
#include <linux/fb.h>
#include <stdio.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#define GDK_TYPE_DRAWABLE_IMPL_FBDATA (gdk_drawable_impl_fb_get_type ())
#define GDK_DRAWABLE_IMPL_FBDATA(win) ((GdkDrawableFBData *)((GdkWindowObject *)(win))->impl)